SSOError

sealed class SSOError : Exception

Represents one of three potential errors encountered during the Third party OAuth or SSO authentication flow.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object NoBrowserFound : SSOError

Indicates that no suitable browser was found on this device, and OAuth authentication cannot proceed.

Link copied to clipboard
object NoURIFound : SSOError

Indicates that no URI was found in the activity state, and OAuth authentication cannot proceed.

Link copied to clipboard
object UserCanceled : SSOError

Indicates that the user canceled the OAuth flow. This is safe to ignore.

Properties

Link copied to clipboard
open override val message: String

A friendly string indicating what went wrong during the OAuth or SSO authentication flow.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard